home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / ms_dos / tapcuter / src.lzh / TAPCUTER.H < prev    next >
Text File  |  1992-10-27  |  575b  |  15 lines

  1. /****************************************************************/
  2. /*   TAPCUTER マクロ定義インクルード                            */
  3. /*                                 1992/10/27 By TETU       */
  4. /****************************************************************/
  5. #define    VER            10    /*    バージョンNO.    */
  6. #define    TAP_IDNT    3    /*    ファイル識別子長    */
  7. #define    BUF_LENG    128    /*    読み込みバッファ長    */
  8. #define    OK            0    /*    正常終了        */
  9. #define    NG            -1    /*    異常終了        */
  10. #define    ON            5
  11. #define    OFF            0
  12. #define    FILE_LEN    256
  13. #define MSG_D_ID    0x0005
  14. #define    TITLE_D_ID    0x0000
  15.